Paged Query
Stateless, thread-safe paginated query executor for entities of type T.
This is the JVM / Android entry point and provides two constructors: one taking a Kotlin KClass (preferred from Kotlin code) and one taking a Java Class (preferred from Java code).
Construction does not require a Stormify instance — attach one via Stormify.attach after construction, or register a Stormify.defaultInstance and the query will pick it up on first use.
See the members below for the full API.